home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / CHIP Turkiye Temmuz 2000.iso / prog / share / 19 / 19.exe / FOXMAIL.EXE / 0 / RCDATA / TDLG_ADDRINFO / TDLG_ADDRINFO.txt
Text File  |  1998-04-28  |  3KB  |  150 lines

  1. object Dlg_AddrInfo: TDlg_AddrInfo
  2.   Left = 41
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 286
  6.   ClientWidth = 569
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object L_from: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 32
  22.     Height = 13
  23.     Caption = 'L_from'
  24.   end
  25.   object L_sender: TLabel
  26.     Left = 16
  27.     Top = 40
  28.     Width = 44
  29.     Height = 13
  30.     Caption = 'L_sender'
  31.   end
  32.   object L_ReplyTo: TLabel
  33.     Left = 16
  34.     Top = 72
  35.     Width = 6
  36.     Height = 13
  37.     Caption = 'rt'
  38.   end
  39.   object L_to: TLabel
  40.     Left = 16
  41.     Top = 104
  42.     Width = 21
  43.     Height = 13
  44.     Caption = 'L_to'
  45.   end
  46.   object L_cc: TLabel
  47.     Left = 16
  48.     Top = 192
  49.     Width = 24
  50.     Height = 13
  51.     Caption = 'L_cc'
  52.   end
  53.   object Bevel1: TBevel
  54.     Left = 440
  55.     Top = 8
  56.     Width = 3
  57.     Height = 273
  58.     Shape = bsLeftLine
  59.   end
  60.   object BtnAdd: TToolbarButton97
  61.     Left = 455
  62.     Top = 16
  63.     Width = 108
  64.     Height = 22
  65.     DropdownMenu = PM_addrbook
  66.     Flat = False
  67.   end
  68.   object LBfrom: TListBox
  69.     Left = 64
  70.     Top = 8
  71.     Width = 365
  72.     Height = 17
  73.     ItemHeight = 13
  74.     MultiSelect = True
  75.     TabOrder = 0
  76.   end
  77.   object LBsender: TListBox
  78.     Left = 64
  79.     Top = 40
  80.     Width = 365
  81.     Height = 17
  82.     ItemHeight = 13
  83.     MultiSelect = True
  84.     TabOrder = 1
  85.   end
  86.   object LBreplyto: TListBox
  87.     Left = 64
  88.     Top = 72
  89.     Width = 365
  90.     Height = 17
  91.     ItemHeight = 13
  92.     MultiSelect = True
  93.     TabOrder = 2
  94.   end
  95.   object LBto: TListBox
  96.     Left = 64
  97.     Top = 104
  98.     Width = 365
  99.     Height = 73
  100.     ItemHeight = 13
  101.     MultiSelect = True
  102.     TabOrder = 3
  103.   end
  104.   object LBcc: TListBox
  105.     Left = 64
  106.     Top = 192
  107.     Width = 365
  108.     Height = 81
  109.     ItemHeight = 13
  110.     MultiSelect = True
  111.     TabOrder = 4
  112.   end
  113.   object BtnSelAll: TButton
  114.     Left = 455
  115.     Top = 56
  116.     Width = 108
  117.     Height = 23
  118.     Caption = 'BtnSelAll'
  119.     TabOrder = 5
  120.     OnClick = BtnSelAllClick
  121.   end
  122.   object BtnSelNone: TButton
  123.     Tag = 1
  124.     Left = 455
  125.     Top = 88
  126.     Width = 108
  127.     Height = 23
  128.     Caption = 'BtnSelNone'
  129.     TabOrder = 6
  130.     OnClick = BtnSelAllClick
  131.   end
  132.   object BtnClose: TButton
  133.     Left = 455
  134.     Top = 128
  135.     Width = 108
  136.     Height = 23
  137.     Cancel = True
  138.     Caption = 'BtnClose'
  139.     Default = True
  140.     ModalResult = 2
  141.     TabOrder = 7
  142.   end
  143.   object PM_addrbook: TPopupMenu
  144.     AutoPopup = False
  145.     OnPopup = PM_addrbookPopup
  146.     Left = 480
  147.     Top = 176
  148.   end
  149. end
  150.